NewPermPtr allocates and returns a pointer to a permanently allocated block of memory.
The logicalSize parameter specifies the newly allocated block’s logical size, in bytes.
MacApp calls NewPermPtr from a variety of routines that allocate permanent blocks of memory. You should use this routine instead of the Toolbox routine NewPtr when you need to allocate permanent blocks of memory.